A

Autonomous Agents Agentic Workflow

Ops: Pull All Repos — Autonomous Agents Automation Workflow

Git pull on all repos and reinstall skill packs

Available free v1.0.0 Browser
$ sidebutton install Autonomous Agents
Download ZIP
ops
ops/agent_pull_repos.yaml

Inputs

No parameters — run this workflow as-is.

Allowed Domains

Unrestricted — no domain lock enforced.

Step Summary

2 steps using step types: terminal.openterminal.run .

Workflow Definition

YAML source for the ops/agent_pull_repos.yaml workflow. This is the complete definition executed by the SideButton MCP server when Autonomous Agents agents run this automation.

schema_version: 1
id: agent_pull_repos
title: "Ops: Pull All Repos"
description: "Git pull on all repos and reinstall skill packs"
category:
  level: pipeline
  domain: engineering

metadata:
  agent: true
  role: ops

steps:
  - type: terminal.open
    title: "Agent: Pull All Repos"
    cwd: ~/workspace
  - type: terminal.run
    cmd: >-
      source ~/.agent-env && claude --dangerously-skip-permissions
      "pull all repos (~/workspace/ and ~/ops/, also ~/oss/ if exists), reinstall all sidebutton skill packs.
      if the sidebutton server repo had changes, rebuild it and restart the service.
      report what changed in each repo."

How To Run

Install the Autonomous Agents knowledge pack into your SideButton agent, then dispatch this workflow by its ID ops/agent_pull_repos.yaml. Agents invoke it directly via the MCP protocol or through the portal.